home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Graphics / STIMP_noise / help / pnmimpnoise.syntax < prev    next >
Encoding:
Text File  |  1998-01-09  |  901 b   |  21 lines

  1. pnmimpnoise: This operator loads a PBM/PGM/PPM file and creates impulse
  2.              noise.
  3.  
  4. Syntax: pnmimpnoise [+v|-v] [[-aAmpl] | [-rAmpl] [-gAmpl] [-bAmpl]]
  5.                     [-pPercentage] file1 file2
  6.  
  7.         +v      : use verbose-mode (default)
  8.         -v      : no verbose-mode
  9.         -a      : amplitude of the (gray) noise, 0..255 (default)
  10.                   (default: 255)
  11.         -r      : amplitude of the red color component, 0 .. 255
  12.                   (PPM only) (default: 255)
  13.         -g      : amplitude of the green color component, 0 .. 255
  14.                   (PPM only) (default: 255)
  15.         -b      : amplitude of the blue color component, 0 .. 255
  16.                   (PPM only) (default: 255)
  17.         -p      : percentage of noisy pixels, 0.01 .. 100.0
  18.                   (default: 5.0)
  19.         file1   : PBM/PGM/PPM-file, source
  20.         file2   : PBM/PGM/PPM-file, destination
  21.